home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
demosys.arc
/
PRINTDOC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1986-02-24
|
211 b
|
10 lines
echo off
.Batch file to print MANUAL.DOC, PC Demonstration System User's Guide
cls
echo Ensure printer is ready
pause
cls
echo Now printing PC Demonstration System User's Guide
type manual.doc>prn
cls